home *** CD-ROM | disk | FTP | other *** search
/ Glasklar Interactive Technology / Glasklar Interactive Technology - Disc 1.iso / Technik / BS080.dxr / Interne_7_xray0-0.ls < prev    next >
Encoding:
Text File  |  2000-09-15  |  341 b   |  17 lines

  1. global gMarker
  2.  
  3. on mouseUp
  4.   go("normal0")
  5.   repeat with i = 30 to 31
  6.     set the visible of sprite i to 0
  7.   end repeat
  8.   repeat with i = 41 to 48
  9.     set the visible of sprite i to 1
  10.   end repeat
  11.   repeat with i = 54 to 80
  12.     set the visible of sprite i to 1
  13.   end repeat
  14.   cursor(0)
  15.   set the loc of sprite 100 to point(-1000, -1000)
  16. end
  17.